Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1KeyedList<TKey,TItem> Class / Count Property

In This Topic
    Count Property (C1KeyedList<TKey,TItem>)
    In This Topic
    Gets the number of elements contained in the C1KeyedList<TKey,TItem>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also